liststore: Add a summary
authorMatthias Clasen <mclasen@redhat.com>
Tue, 2 Mar 2021 03:49:33 +0000 (22:49 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:37 +0000 (16:37 +0000)
gtk/gtkliststore.c

index 1b17843a97e0f8f1d5fbf949672325e9c749f1d1..8485586221bcbf34d3a360dda529bc6bf558f289 100644 (file)
 
 
 /**
- * SECTION:gtkliststore
- * @Short_description: A list-like data structure that can be used with the GtkTreeView
- * @Title: GtkListStore
- * @See_also:#GtkTreeModel, #GtkTreeStore
+ * GtkListStore:
+ *
+ * A list-like data structure that can be used with the GtkTreeView
  *
  * The #GtkListStore object is a list model for use with a #GtkTreeView
  * widget.  It implements the #GtkTreeModel interface, and consequentialy,